home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <snippet name = "Basic: Image in Middle" description = "A centered image with two links on each side." preview="html" type="block">
- <insertText location="beforeSelection">
- <![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="4">
- <tr>
- <td width="20%" align="center"><a href="#">Lorem</a></td>
- <td width="20%" align="center"><a href="#">Ipsum</a></td>
- <td width="150"><a href="#"><img src="" name="Logo" width="150" height="70" border="0" style="background-color: #CCCC99"></a></td>
- <td width="20%" align="center"><a href="#">Dolar</a></td>
- <td width="20%" align="center"><a href="#">Sic</a></td>
- </tr>
- </table>
- ]]>
- </insertText>
- <insertText location="afterSelection"><![CDATA[]]>
- </insertText>
- </snippet>
-